const runtime.debugLogStringLimit

3 uses

	runtime (current package)
		debuglog.go#L32: const debugLogStringLimit = debugLogBytes / 8
		debuglog.go#L314: 		if len(b) > debugLogStringLimit {
		debuglog.go#L315: 			b = b[:debugLogStringLimit]